feat(placeos/calendar): support MS Graph API scopes, for Delegated permissions#308
Draft
w-le wants to merge 1165 commits into
Draft
feat(placeos/calendar): support MS Graph API scopes, for Delegated permissions#308w-le wants to merge 1165 commits into
w-le wants to merge 1165 commits into
Conversation
which sets `show_qr_code` binding
also add delays between commands to help the poor switches along
and support default levels and state
and syncs master volume with the system for simplified feedback on the UI
as this works well with named commands (minimising switches)
for improved accuracy
to support data not used directly by the backend
This reverts commit be9b145.
practically this isn't a breaking change for anything but router as nothing else uses the old complex layer routing
as indicators if the booking needs to be pushed to floorsense or not was mistakenly replaced by the desk metadata mapping data
also fixes unrouting
This reverts commit 213eca9.
to take into account any detection fluctuations
bridging rhombus with on site security systems
#291) * adding utm source parameter for bookings * adding limit_override to staff_api on update and create bookings
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
to avoid hitting any limits
also improve performance
Co-authored-by: Ahmad Al-kheat <ahmad.akeat@gmail.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* make user pin a string * fix(floorsense/models): User.privacy is an Int Co-authored-by: Ahmad Al-kheat <ahmad.akeat@gmail.com> Co-authored-by: William Le <will@place.technology>
ca63496 to
a1c7f7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Untested.
To be tested e2e before merge.
Utililizes PlaceOS/staff-api#100
Scopes in default Settings to be refined.
But if MS Graph delegated access is used, isn't a role based account required? If so then this will need to be stored as a new Setting. The account must have access to read/write any calendars where the PlaceOS Bookings driver is deployed.